}
public IterableSubject asList() {
return new IterableSubject(failureStrategy, listRepresentation());
}
}
}
public IterableSubject asList() {
return internalCustomName() != null
? check().that(listRepresentation()).named(internalCustomName())
: check().that(listRepresentation());
}
}